Welcome![Sign In][Sign Up]
Location:
Search - vc des

Search list

[Windows DevelopDES加密系统

Description: 用VC实现DES加密算法,可以对文件进行加密解密
Platform: | Size: 3507967 | Author: 19selong | Hits:

[SourceCodeDES VC 实现

Description: DES VC 实现
Platform: | Size: 101595 | Author: 05mvv@163.com | Hits:

[Mathimatics-Numerical algorithmsMD5Checksum

Description: MD5校验和算法源码-MD5 checksum algorithm source
Platform: | Size: 65536 | Author: 刘谓 | Hits:

[SourceCodeScrollBitmap_demo

Description: Displaying a large bitmap file on a dialog box, in its original size, is quite difficult in the VC++ environment. However, it is possible to display a large bitmap to a predefined area of the dialog by using the StretchBlt( ) function.The major disadvantage of this is that the clarity of the image will be lost. Check out this article for displaying large bitmaps into the desired area of your dialog box in its original size with a scrolling technique used to show the entire bitmap. 滚动显示位图 在VC++环境下,在一个对话框中显示一个原始尺寸的大小的位图文件相当是困难的。然而,通过使用 StretchBlt()函数一个给定的区域显示一个大的位图是可能的。主要的缺点是图像将会失真。看了这篇通过卷动技术显示整个位图技术的文章,你将能够以它的原始尺寸在给定对话框的区域内显示一个大位图。 来源: http://www.codeguru.com/bitmap/ScrollBitmap.html- Displaying a large bitmap file on a dialog box, in its original size, is quite difficult in the VC++ environment. However, it is possible to display a large bitmap to a predefined area of the dialog by using the StretchBlt( ) function.The major disadvantage of this is that the clarity of the image will be lost. Check out this article for displaying large bitmaps into the desired area of your dialog box in its original size with a scrolling technique used to show the entire bitmap.
Platform: | Size: 31744 | Author: 徐丽志 | Hits:

[Crack HackCipher

Description: DES 加解密算法的VC实现-DES encryption and decryption algorithms VC
Platform: | Size: 33792 | Author: 陈建湘 | Hits:

[Windows DevelopMastering Visual C++ 6 Source Codes

Description: 《英文版掌握Vc++》附录中的源代码-"English master Vc" appendix of source code
Platform: | Size: 915456 | Author: 张花 | Hits:

[Crack Hack200551910728

Description: DES算法实现,非常有用,对于研究加密的朋友希望回有帮助-DES algorithm, very useful for research encryption friends want to return to help
Platform: | Size: 29696 | Author: 还哈 | Hits:

[Windows DevelopDES3222

Description: DES算法源代码,是用Vicual C++写的,好用-It is the DES arithmetic src code. In VC++
Platform: | Size: 6144 | Author: mwh | Hits:

[Crack HackDESDemo1

Description: 利用des算法加密文件的源代码,支持加密文档,用vc语言编写。-use encryption algorithm des documents the source code, supports encrypted files, using vc language.
Platform: | Size: 39936 | Author: 焦伟伟 | Hits:

[Crack HackDES_000000

Description: 这是一个关于DES的小程序。用VC编的。不是很经典-This is a DES on the small program. VC series. Not classic
Platform: | Size: 49152 | Author: 123 | Hits:

[Crack HackTrribleDES

Description: 这是一个用VC.Net编写的加密算法,TrribleDes,该算法具有较高的执行效率,加密速度大概为每秒3Mb,速度较快!-VC.Net prepared using the encryption algorithm, TrribleDes. the algorithm has a higher efficiency in the implementation, encryption speed of around between 3Mb per second, faster!
Platform: | Size: 63488 | Author: 操家庆 | Hits:

[Crack HackDESxx

Description: DES加密算法源代码是一个很好的加密算法实例,用vc编写实现 -DES encryption algorithm source code is a good example of the encryption algorithm used to prepare achieve vc
Platform: | Size: 6144 | Author: lilyliu | Hits:

[Windows DevelopSHA1Gen1

Description: SHA1加密算法的vc++实现 SHA1加密算法的vc++实现-SHA1 encryption algorithm vc achieve SHA1 encryption algorithm v c SHA1 encryption algorithm to achieve the vc achieve SHA1 encryption algorithm to achieve the vc
Platform: | Size: 32768 | Author: 小白 | Hits:

[Otherdes_src-90_121524_1143208269

Description: des加解密算法实现,采用vc++语言开发,很不错的.-des encryption algorithm using vc language development, very good.
Platform: | Size: 26624 | Author: 夏雨 | Hits:

[Crack Hack3DESjiamichengxu

Description: 这是一个三重des的加密程序,可以加密一般的文本文件和图象文件,其中还有四种模式的加密程序,可以再vc下实现 -This is a triple des encryption procedures, encryption general text files and image files, Among them were four model encryption procedures can be achieved under vc
Platform: | Size: 1024 | Author: 方泽栋 | Hits:

[Crack HackSDES_VC++

Description: S-DES加密算法输入为一个8位的明文组和一个10位的密钥,输出为8位的密文组,解密算法的输入则是一个8位的密文组和一个10位的密钥,输出位8位的明文组。解密过程是加密的逆。程序使用:读入一个文档文件,对其内容加密,输入密钥和选定存放生成密文的目录,点加密;解密操作与加密相似。-S-DES encryption algorithm for the importation of an eight expressly group and a 10 Key, Output for the eight-man group of close, decryption algorithm input is a secret eight-man group and one of the ten key, Output-8 group of expressly. Encryption and decryption is the inverse. Procedure : Reading into a document file, its content encryption, and the importation of selected key storage generating ciphertext directory, point encryption; Encryption and decryption operations similar.
Platform: | Size: 38912 | Author: linvg | Hits:

[Crack Hack949327266

Description: 准算法模块是集DES、3DES、AES、RSA、MD5、BlowFish、TEA、RC6等标准算法为一体的算法包,同时在模块中使用了Anti-Debug和程序自校验功能(涉及到软件的加壳和CRC32)、软件使用次数限制,更好的保护您的软件。在模块中作者给出了每种算法详细调用方法,使用者可以根据自己的需要来进行选择。现暂时给出在VB、VC、Delphi三种开发语言中的调用方法,其他语言的调用方法可与我们联系获得,具体可以参看例子程序;现更新DLL可能被破解者替换的漏洞,并对DLL进行了加壳,增加了CRC校验功能,For Delphi还增加了对DeDe的Anti代码,在代码中给出了在NT/2000/XP下关闭计算机的函数。 增加了MD2、MD3、SHA1、SHA256、SHA384、SHA512、HAVAL128、HAVAL160、HAVAL192、HAVAL224、HAVAL256、GOST、TIGER128、TIGER160、TIGER192、RIPEMD128、RIPEMD160、CRC32、CRC32B、ADLER32多种算法-prospective algorithm module combines DES, 3DES, AES, RSA, MD5, BlowFish. TEA, RC6 algorithm standards for the integration of the algorithm package, At the same time the use of the module Anti-Debug and procedures since the checksum function (related to the shell and software CRC 32), software usage restrictions and better protect your software. The module is the author of the algorithm in detail each call, users can meet their own needs to choose. Is temporarily given in VB, VC, Delphi development of the three languages of the call, other languages can call methods and access to our contacts, can see examples of specific procedures; Update DLL is likely to be those who break the replacement of the loopholes, and the shell DLL, an increase of CRC function, For Delphi also added to the Anti
Platform: | Size: 234496 | Author: 马克 | Hits:

[Crack Hack1.Cipher2.DES3.RSA

Description: 数据加密利用VB、VC++的数据加密算法-data encryption using VB, VC++ data encryption algorithm
Platform: | Size: 136192 | Author: llh | Hits:

[Crack HackdesVc++

Description: des加密解密vc++完整实现,包括可以直接运行的exe文件,工程文件dsw,dsp,供大家参考学习-des encryption and decryption vc integrity to achieve, including the direct operation of the exe file, engineering document dsw, dsp, for your reference learning
Platform: | Size: 72704 | Author: 引擎 | Hits:

[Goverment applicationIPdianshidianhuahuiyideshixian

Description: 一个IP电视电话会议的简单源码,VC编写,仅供交流-a teleconference simple source, VC preparation, is for the exchange
Platform: | Size: 3147776 | Author: cao | Hits:
« 1 2 3 4 5 67 8 9 10 11 ... 17 »

CodeBus www.codebus.net